home *** CD-ROM | disk | FTP | other *** search
- object SynthEditorForm: TSynthEditorForm
- Left = 195
- Top = 398
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'SynthForm'
- ClientHeight = 164
- ClientWidth = 253
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poDefault
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object SynthPanel: TWPControl
- Left = 0
- Top = 0
- Width = 253
- Height = 164
- Options = [wpPlainBackground]
- Align = alClient
- Color = 11974320
- ParentColor = False
- ParentShowHint = True
- OnResize = SynthPanelResize
- OnPaint = SynthPanelPaint
- object EnableBtn: TQuickBtn
- Tag = -1
- Left = 191
- Top = 106
- Width = 28
- Height = 21
- Cursor = crHandPoint
- Hint = '|Enable editing'
- ParentFont = False
- ParentColor = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Fruity fonts'
- Font.Style = []
- Caption = 'Edit'
- Options = [tbShowPressed, tbBorder]
- Style = FS_GolFlat2
- AccelKey = 0
- Glyph.ILCount = 2
- OnClick = EnableBtnClick
- Down = True
- end
- object SelBar: TNumBar
- Left = 7
- Top = 107
- Width = 186
- Height = 19
- Cursor = crHandPoint
- Hint = '|^b^aPage index'
- BorderStyle = bsNone
- ParentColor = True
- PopupMenu = SynthResModule.WheelMenu
- TabOrder = 1
- TabStop = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- LineSize = 1
- PageSize = 1
- Min = 1
- Max = 100
- MoveMin = 1
- MoveMax = 100
- Text = '2'
- Position = 2
- Orientation = trHorizontal
- Options = [nbShowNumber, nbSlideKnob]
- ArrowsWidth = 23
- OnChange = SelBarChange
- end
- object InfoEdit: TQuickRichEdit
- Left = 4
- Top = 4
- Width = 222
- Height = 99
- BorderStyle = bsNone
- Ctl3D = True
- ParentColor = True
- ParentCtl3D = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
-